Entry: Fix leak of text in ensure_has_tooltip()
authorDaniel Boles <dboles@src.gnome.org>
Thu, 7 Sep 2017 13:53:59 +0000 (14:53 +0100)
committerDaniel Boles <dboles@src.gnome.org>
Thu, 7 Sep 2017 13:56:20 +0000 (14:56 +0100)
commit09d1d5a0d6dd9a4c5e0a137a92e9fa38b7ad36dd
treeb55fc64733822b3b61afed2d6eb87aa6450e054b
parent80e3239033d1e8d50074e18c96dd438f757088ce
Entry: Fix leak of text in ensure_has_tooltip()

Thanks to Mohammed Sadiq for noticing this. I guess I got
Widget.get_tooltip_text() confused with Label.get_label().

https://bugzilla.gnome.org/show_bug.cgi?id=787410
gtk/gtkentry.c